Skip to content

Conversation

@Djuuu
Copy link
Owner

@Djuuu Djuuu commented Apr 13, 2025

  • gitlab_request - check errors even on GET requests
    Useful to identify 401, when token is expired
    Also use function return value instead of output (avoids using subshell)

  • Avoid repeating gitlab requests on error

  • Show source branch in mr menu status

    Configurable through GIT_MR_MENU_STATUS_SHOW:

    • GIT_MR_MENU_STATUS_SHOW=both (new default)
    • GIT_MR_MENU_STATUS_SHOW=title (old way)
    • GIT_MR_MENU_STATUS_SHOW=branch

Djuuu added 3 commits April 13, 2025 15:23
Useful to identify 401, when token is expired
Also use function return value instead of output (avoids using subshell)
@Djuuu Djuuu merged commit a8d8f86 into master Apr 13, 2025
7 checks passed
@Djuuu Djuuu deleted the dev branch April 13, 2025 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants